home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / core1a / ctswitch.inc < prev    next >
Text File  |  1996-09-15  |  1KB  |  39 lines

  1. {
  2. File: CoreTool.Inc
  3.  
  4. Copyright ⌐ 1995 by Core Software Limited
  5. Mail
  6.   Postal: 3 Tearne Street, St Johns, Worcester, WR2 6BL, England.
  7.   E'Mail: 100041.3143@compuserve.com
  8.  
  9. Description
  10.   The default switch settings for CoreTools for Delphi components,
  11.   property editors and libraries.
  12.  
  13. History
  14. Issue Date     Engineer        Description
  15. ----- -------- --------------- ------------------------------------------
  16. 1a    02.06.95 Malcolm Dahleb÷ ORIGINAL
  17. }
  18.  
  19. {$A-}    {Align Data}
  20. {$B-}    {Complete Boolean Evaluation}
  21. {$C MOVEABLE DEMANDLOAD DISCARDABLE} { Code Segment Attribute }
  22. {$D-}    {Debug Information}  {- on production}
  23. {$F-}    {Force FAR Calls}
  24. {$G-}    {Generate 286 Instructions}
  25. {$I+}    {Input/Output Checking}
  26. {$L-}    {Local Symbol Information} {- on production}
  27. {$N+}    {8087 Math Coprocessor Support}
  28. {$P+}    {Open String Parameters}
  29. {$Q+}    {Arithmetic Overflow Checking}
  30. {$R+}    {Range Checking}
  31. {$S+}    {Stack-Overflow Checking}
  32. {$T+}    {Typed @ Operator}
  33. {$U-}    {Pentium-Safe FDIV}
  34. {$V+}    {Var-String Checking, overriden by $P}
  35. {$W-}    {Windows Stack Frame}
  36. {$X+}    {Extended Syntax}
  37. {$Y-}    {Symbol Reference Information}  {- on production}
  38. {$Z-}    {Word Size Enumerated Types}
  39.